home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_222 / plplot / src / source.zoo / plclr.c < prev    next >
C/C++ Source or Header  |  1989-05-15  |  163b  |  11 lines

  1. #include "plplot.h"
  2.  
  3. void plclr()
  4. {
  5.       int level;
  6.       glev(&level);
  7.       if (level < 1) fatal("Please call PLSTAR before calling PLCLR.");
  8.  
  9.       grclr();
  10. }
  11.